net/http.http2Framer.AllowIllegalWrites (field)
11 uses
net/http (current package)
h2_bundle.go#L1697: AllowIllegalWrites bool
h2_bundle.go#L2075: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2082: if !f.AllowIllegalWrites {
h2_bundle.go#L2385: if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
h2_bundle.go#L2499: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2521: if !http2validStreamIDOrZero(v) && !f.AllowIllegalWrites {
h2_bundle.go#L2589: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2629: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2666: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2765: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2779: if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |